Types in MathNet.Numerics.Statistics.Mcmc
Public Constructors
TransitionKernelLn<T>(object object, IntPtr method)
Public Methods
IAsyncResult BeginInvoke(T to, T from, AsyncCallback callback, object object)
object DynamicInvoke(Object[] args)
double EndInvoke(IAsyncResult result)
Delegate[] GetInvocationList()
void GetObjectData(SerializationInfo info, StreamingContext context)
double Invoke(T to, T from)
Public Properties